home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1515.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.3 KB  |  30 lines

  1. Karl Lehenbauer writes:
  2.  
  3. > We are involved in some work on safe Tcl which will become part of
  4. > active email under MIME. [...]
  5. > It would be a good candidate, IMHO, for delivering active HTML messages
  6. > (i.e. programs) that can be executed safely, even though the sender
  7. > isn't trusted.
  8.  
  9. Something I would like to see is libraries (I don't know if you have
  10. them or not).  They could be specified through MIME, I guess, and
  11. would be a combination of ID and ``place to get them from if you don't
  12. already have them''.  For instance, say I want interactive hypertext,
  13. I could use a set of libraries that have already been written and
  14. debugged, rather than including the same code in every single
  15. interactive hypertext document.
  16.  
  17. This would lead to:
  18.   -- standardisation of code (a Good Thing).  C is intelligable
  19.      because libc.a provides a common set of ground rules without
  20.      which every program's source would bloat enormously.
  21.   -- local copies of libraries, to avoid repetitive and time-consuming
  22.      delays fetching libraries over a long-haul network for each
  23.      document.
  24.   -- quick boot-strapping.  If a couple of useful libraries for text
  25.      and interactive graphics were available, more users would be
  26.      willing to start the gentle slope of the learning curve.
  27.  
  28. Nat.
  29.  
  30.